CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - block matching

搜索资源列表

  1. LBP.rar

    1下载:
  2. 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:257263
    • 提供者:swx
  1. blockmatching

    0下载:
  2. 采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。-Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18995739
    • 提供者:wujin
  1. EBMA

    1下载:
  2. 用MATLAB实现基于块匹配算法的运动估计,使用的算法是EBMA,能运行处结果的。-Using MATLAB to achieve block-matching algorithm based on motion estimation, using the algorithm is EBMA, can run office results.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:442357
    • 提供者:zzh
  1. HBMA

    0下载:
  2. This function calculate block motion vectors (with integer pel accuracy), using hierarchical block matching algorithm. %An example of main function calling this function is "MEMBA", which can be entered on the command window. %The function also u
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2655
    • 提供者:冯欣
  1. optic-flow

    2下载:
  2. 一个matlab程序 从一个avi视频中读取两帧画面进行光流计算 分别用hs算法 lk算法 和块匹配法-A matlab program to read from a two avi video screens were used for optical flow algorithm lk hs block matching algorithm and
  3. 所属分类:matlab

    • 发布日期:2016-12-23
    • 文件大小:7292928
    • 提供者:袁永金
  1. samples(me)

    0下载:
  2. 运动预测块匹配算法-Block-Matching Motion Estimation Algorithm
  3. 所属分类:Multimedia program

    • 发布日期:2017-11-26
    • 文件大小:7476
    • 提供者:
  1. AFastBlock2matchingMotionEstimationAlgorithm

    0下载:
  2.  为了减小运动估计算法的计算复杂度及提高视频压缩编码的效率,提出了一种新的快速、有效的块匹配运 动估计算法.-In order to reduce the motion estimation algorithm of the computational complexity and improve the efficiency of video compression coding, a new fast and effective block-matching motion estimat
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:586567
    • 提供者:孙翔
  1. BlockMatchingAlgorithmsforMotionEstimation

    0下载:
  2. 】在对目前运动估计快速块匹配算法研究的基础上, 描述了运动估计的基本原理 揭示了提高运动估计效率的关键技术, 并对相关的算法进行了分析和比较 提出了运动估计算法今后的研究方向。-] In the current fast block-matching motion estimation algorithm based on the descr iption of the basic principles of motion estimation revealed to enhance the e
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:67614
    • 提供者:孙翔
  1. MEBMA

    0下载:
  2. MEBMA (Motion Estimation (ME) Block Matching algorithm) compute various complexity and distortion parameters for given movie (.mat format) in either HBMA (multy resolution) or EBMA (full search) Block Matching algorithms The function produce output
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:1486
    • 提供者:冯欣
  1. BlockMatchingAlgorithmForMovementEstimation

    0下载:
  2. 采用块匹配方法对视频进行运动估计,获得运动估计的运动向量。-Using block-matching method of video motion estimation, motion estimation to obtain the motion vectors.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:785138
    • 提供者:farmer
  1. BlockMatchingAlgoMPEG

    0下载:
  2. 基于块匹配的帧间运动估计,对相邻帧间背景运动计算运动矢量 ,使用了多种搜索算法对运动块进行搜索和匹配。-Block Matching Algorithms for Motion Estimation,This MATLAB source code is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 di
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4603588
    • 提供者:付亚峰
  1. BlockMatchingMethodsConsideringSmoothnessofMotionV

    0下载:
  2. 考虑运动向量平滑的块匹配运动估计方法,matlab代码-Consider the motion vector smoothing method of block matching motion estimation, matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3041
    • 提供者:fang
  1. Image_matching

    0下载:
  2. 为了解决光谱恢复对图像匹配高精度的问题, 提出了一种高精度图像匹配算法———利用光流确定图像的运动场对图像进行匹配。该算法克服了传统的基于灰度匹配方法受图像插值精度影响的缺陷以及运算速度和精度的局限性。与基于MAD 块匹配算法和归一化相关系数块匹配算法进行比较, 该算法实现了图像序列高精度匹配, 而且硬件实现简单, 计算复杂度较低。-To address the spectrum of the resumption of high-precision image matching problem
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:222608
    • 提供者:酷鱼
  1. ME_Prog_Novel_CDHex

    0下载:
  2. this file contain expand program of Visual C code for block matching algorithm by Dr Lai Man Po
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:14334
    • 提供者:alyssa
  1. BMAforMotionEstimation

    0下载:
  2. this file contain expand program of matlab code for block matching algorithm by Aroh Bajtya
  3. 所属分类:Multi Monitor

    • 发布日期:2017-04-01
    • 文件大小:117880
    • 提供者:alyssa
  1. BlockMatchingAlgoMPEG

    0下载:
  2. This paper (and accompanying MATLAB source code) is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Ex
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-23
    • 文件大小:121364
    • 提供者:hbx
  1. 8951245521

    0下载:
  2. 新三步搜索算法考虑了块矢量中心偏移的特性,在初步搜索时对中心周围的 位置同时做了匹配运算。在物体做小范围运动时,这种改进很有效,可以大大减少运算量,然而,在物体做大范围运动时,这种改进却带来了额外的运算量。现实的情况经常是物体既有小范围的偏移,也有大范围的运动。因此,在考虑块匹配算法时,既要照顾块的中心偏移特性,也要兼顾块的大范围运动。四步搜索 (Four-Step Search FSS)能够兼顾两种情况,可以得到较好的性能。 -The new three-step search alg
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:16544
    • 提供者:罗鹏
  1. Block-matching(Matlab)

    1下载:
  2. 用块匹配法求超分辨率复原中的运动矩阵!提出了一种快速,半像素的三步法!-Block-matching method using super-resolution recovery of movement in the matrix! Presents a fast, three-step half-pixel!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-12
    • 文件大小:95822
    • 提供者:allen
  1. 20040224_ME_Programs

    0下载:
  2. Fast Block Matching Motion Estimation Algorithms Source Code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:14737
    • 提供者:nhiepfong
  1. VLSL-Design-of-High-Performance-Full-search-Block-

    0下载:
  2. 给出了一种用于H.264变换尺寸全搜索快匹配算法的运动估计电路的改进结构,并完成了VLSI设计。通过脉动阵列和全流水线的设计,达到最高的数据重用率、最小的I/O引脚和100 的硬件计算效率。-An improved architecture for H.264 full-pel motion estimation using variable block size full-search block-matching algorithm is proposed in this paper. To
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-24
    • 文件大小:512651
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com